Skip to main content

Email testing:

Automator have its in-house email generator through which emails will be generated and user can used it for execution of scenario.

There are two ways by which user can avail the email testing services:

  1. While signing up user needs to enable the checkbox for enabling the services of email testing.

Enable email checkbox image

  1. If user does not tick the checkbox while signing up then user can request Automator team for email testing services

 Contact Automator team for email testing

So if a user needs to use email for execution of the scenarios , he can generate a random email by using Automator set function.

  1. Generation of email :

User can generate email using following commands such as create, generate

Example : Create a random inbox

Generate inbox

On running this command an email will be generated in email testing section

Email Testing tab

  1. Entering the email in the required field:

To enter email in required field user can use following commands such as enter, input, type in

Example: enter {{automator.context.generatedEmail}}

On running this command email will be fetched in required field

Entering email in required field

  1. Fetching the email for verification :

In case user wants to Fetch the email for verification after sign up, so he can use the command such as fetch,

Example: fetch Email of {{automator.context.generatedEmail}}

Once the email is fetch there is selenium script which can used for verify the account

 Fetching  email to verify account

“Fetching the link from email “ script can be used from the snippets available in selenium script window

Selenium script to verify email

On running this command verification of email will be executed and this kind of inbox can be seen in email testing section

 Email verified image